(push-mark): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 May 2007 22:55:56 +0000 (22:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 May 2007 22:55:56 +0000 (22:55 +0000)
lisp/simple.el

index 7faa05476876fb27646532f6d8bf8c74de5e88bd..daedae6100c42c9b8004d1842f1a496e38800b2d 100644 (file)
@@ -3271,12 +3271,11 @@ purposes.  See the documentation of `set-mark' for more information."
 If the last global mark pushed was not in the current buffer,
 also push LOCATION on the global mark ring.
 Display `Mark set' unless the optional second arg NOMSG is non-nil.
-In Transient Mark mode, activate mark if optional third arg ACTIVATE non-nil.
 
 Novice Emacs Lisp programmers often try to use the mark for the wrong
 purposes.  See the documentation of `set-mark' for more information.
 
-In Transient Mark mode, this does not activate the mark."
+In Transient Mark mode, activate mark if optional third arg ACTIVATE non-nil."
   (unless (null (mark t))
     (setq mark-ring (cons (copy-marker (mark-marker)) mark-ring))
     (when (> (length mark-ring) mark-ring-max)